﻿@import url("bnv5iay.css");


.container:after {
	clear: both;
	content: '';
	display: table;
}

.clearfix:after,
.row:after {
	clear: both;
	content: '';
	display: table;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* =WordPress Core - Do not remove these classes
-------------------------------------------------------------- */

.alignnone {
	margin: 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 0;
}

.alignleft {
	float: left;
	margin: 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: none;
	max-width: none;
	padding: 0;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.wp-caption.alignleft {
	margin: 20px 0;
}

.wp-caption.alignright {
	margin: 20px 0;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 13px;
	font-size: 1.3rem;
	color: #6e6e6e;
	margin: 5px 0 0 0;
}

/* Slider */

.slick-slider {
	visibility: hidden;
}

.slick-slider.slick-initialized {
	visibility: visible;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: fixed;
	right: 0;
	top: 0;
	background: #1d1d23 !important;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #b4b4b4;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close:after {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

.modaal-content-container {
	padding: 30px;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container>blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: transparent;
	border: none;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-next {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-prev {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-ms-transform: scale(0.25);
	transform: scale(0.25);
}

.modaal-loading-spinner>div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner>div>div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: 0s;
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .12s;
}

.modaal-loading-spinner>div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .25s;
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .37s;
}

.modaal-loading-spinner>div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .5s;
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .62s;
}

.modaal-loading-spinner>div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .75s;
}

.modaal-loading-spinner>div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .87s;
}

.modaal-loading-spinner>div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}





h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: normal;
	margin: 0;
	color: #1c1c21;
}




p+.btn {
	margin-top: 20px;
}

strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

a {
	transition: color 200ms ease;
	text-decoration: none;
	outline: 0;
	color: #333;
}

a:hover,
a:focus {
	color: #4d4d4d;
}

.display-text {
	font-weight: 700;
	font-style: italic;
	font-size: 40px;
	color: #dedede;
	line-height: 1;
}


button {
	border: none;
	outline: none;
}

.btn--alt {
	font-weight: 700;
	font-size: 10px;
	font-size: 1rem;
	display: inline-block;
	padding: 14px 35px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	border-left: none;
	border: 1px solid #e1e1dc;
	letter-spacing: 0.3em;
	transition: border 200ms ease;
}

.btn--alt span {
	transition: opacity 200ms ease;
	position: relative;
	color: #666;
}

html:not(.mobile):not(.tablet) .btn--alt:hover,
html:not(.mobile):not(.tablet) .btn--alt:focus,
.btn--alt.on_press {
	border: 1px solid #82826f;
}

html:not(.mobile):not(.tablet) .btn--alt:hover span,
html:not(.mobile):not(.tablet) .btn--alt:focus span,
.btn--alt.on_press span {
	opacity: 0.5;
}

.btn--blk {
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	padding: 14px 35px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	border-left: none;
	background: #101012;
	color: #fff;
	letter-spacing: 0.3em;
	transition: color 200ms, background 200ms;
}

.btn--blk span {
	transition: opacity 200ms ease;
	position: relative;
}

html:not(.mobile):not(.tablet) .btn--blk:hover,
html:not(.mobile):not(.tablet) .btn--blk:focus,
.btn--blk.on_press {
	color: #fff;
	background: #404048;
}

.btn--social {
	font-weight: 700;
	font-size: 10px;
	font-size: 1rem;
	position: relative;
	left: 0;
	display: inline-block;
	padding: 14px 35px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	border-left: none;
	border: 1px solid #cfcfd0;
	color: #424242;
	letter-spacing: 0.3em;
	transition: border 200ms ease, color 200ms ease;
}

.btn--social span {
	transition: opacity 200ms ease;
	position: relative;
	z-index: 10;
}

.btn--social:before {
	position: absolute;
	width: 26px;
	height: calc(100% + 2px);
	left: -5px;
	top: -1px;
	z-index: 5;
	background: #fff;
	content: '';
}

.btn--social:after {
	font-family: "Icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: opacity 200ms ease;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 5;
	width: 20px;
	height: 20px;
	font-size: 18px;
}

html:not(.mobile):not(.tablet) .btn--social:hover,
html:not(.mobile):not(.tablet) .btn--social:focus,
.btn--social.on_press {
	border: 1px solid rgba(207, 207, 208, 0.6);
}

html:not(.mobile):not(.tablet) .btn--social:hover span,
html:not(.mobile):not(.tablet) .btn--social:focus span,
.btn--social.on_press span {
	opacity: 0.5;
}

html:not(.mobile):not(.tablet) .btn--social:hover:after,
html:not(.mobile):not(.tablet) .btn--social:focus:after,
.btn--social.on_press:after {
	opacity: 0.5;
}

.btn--facebook:after {
	content: "\E003";
}

.btn--twitter:after {
	content: "\E004";
}

.link--save {
	border-radius: 0;
}

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	height: 0;
	width: 0;
	margin: 0;
}

input::-ms-clear {
	display: none;
}

input,
textarea {
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

button {
	border-radius: 0;
}

form label.error {
	opacity: 0;
	bottom: 105%;
	visibility: hidden;
	position: absolute;
	transition: opacity 0.4s ease-in-out, bottom 0.4s ease-in-out;
}

form textarea.error:focus+label.error,
form input.error:focus+label.error {
	font-size: 11px;
	font-size: 1.1rem;
	right: 0;
	bottom: 100%;
	z-index: 12;
	padding: 10px;
	background-color: white;
	color: #4e4e51;
	width: 80px;
	margin-right: -8px;
	text-align: center;
	opacity: 1;
	visibility: visible;
	border: 1px solid #ebebeb;
	margin-bottom: -2px;
}

form textarea.error:focus+label.error:before,
form input.error:focus+label.error:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ebebeb;
	border-width: 7px;
	margin-left: -7px;
}

form textarea.error:focus+label.error:after,
form input.error:focus+label.error:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}

form textarea.error,
form input.error {
	transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.sidebar-fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 100vh;
	background: #fff;
	z-index: 55;
	overflow: hidden;
	transition: 400ms width;
}

.sidebar-fixed__logo-wrapper {
	position: fixed;
	top: 70px;
	background: #fff url(../images/logo.svg);
	background-size: 140px;
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 200px;
	z-index: 50;
	backface-visibility: hidden;
	-ms-transform: translateX(0);
	transform: translateX(0);
	will-change: width, height, background, transform, top;
	transition: width 400ms, height 400ms, background 400ms, transform 400ms, top 400ms;
}

.sidebar-fixed__logo-wrapper:before {
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: 100%;
	background: #fff;
	content: '';
}

.sidebar-fixed__logo-wrapper span {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.sidebar-fixed__logo-wrapper a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.sidebar-fixed__link {
	font-weight: 500;
	font-size: 12px;
	font-size: 1.2rem;
	position: absolute;
	left: 88px;
	bottom: -10%;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #080609;
	width: 100vh;
	text-align: center;
	-ms-transform-origin: top left;
	transform-origin: top left;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	transition: left 400ms;
}

.sidebar-small .sidebar-fixed {
	width: 70px;
}

.sidebar-small .sidebar-fixed__logo-wrapper {
	position: fixed;
	width: 70px;
	height: 70px;
	background-size: 45px;
	top: 0;
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.sidebar-small .sidebar-fixed__link {
	left: 24px;
}

.discipline-panel {
	color: #fff;
	overflow: hidden;
	min-height: 600px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
}

.discipline-panel:after {
	clear: both;
	content: '';
	display: table;
}

.discipline-item {
	display: inline-block;
	float: left;
	position: relative;
	width: 25%;
	transition: width 400ms;
	overflow: hidden;
}

.discipline-item h2 {
	font-weight: 700;
	font-size: 25px;
	position: absolute;
	line-height: 1;
	padding: 0 35px;
	color: #fff;
	top: 38%;
	width: 100%;
	transition: top 600ms, opacity 200ms, transform 900ms;
	z-index: 10;
}

.discipline-item h2 a {
	color: inherit;
}

html:not(.mobile):not(.tablet) .discipline-item h2 a:hover,
html:not(.mobile):not(.tablet) .discipline-item h2 a:focus,
.discipline-item h2 a.on_press {
	color: rgba(255, 255, 255, 0.7);
}

.discipline-item h2:after {
	transition: opacity 200ms ease;
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	content: '';
}

.discipline-item__bg {
	position: absolute;
	top: 0;
	left: -1px;
	width: calc(100% + 2px);
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: filter 600ms, top 600ms;
}

.discipline-item.discipline-item--fashion .discipline-item__bg {
	background-position: center right -75px;
	width: calc(100% + 77px);
	left: auto;
	right: -1px;
}

.discipline-item__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	padding: 40px 50px;
	background: #1d1d23;
	z-index: 5;
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition: opacity 600ms, transform 600ms;
}

.discipline-item__content h3 {
	font-weight: 700;
	font-size: 26px;
	font-size: 2.6rem;
	color: #fff;
	margin: 0 0 40px 0;
}

.discipline-item__content ul {
	font-size: 12px;
	font-size: 1.2rem;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}

.discipline-item__content ul a {
	font-weight: 700;
	padding: 15px 0;
	display: block;
	color: #fff;
	border-top: 1px solid #27272c;
}

html:not(.mobile):not(.tablet) .discipline-item__content ul a:hover,
html:not(.mobile):not(.tablet) .discipline-item__content ul a:focus,
.discipline-item__content ul a.on_press {
	color: rgba(255, 255, 255, 0.5);
}

.discipline-item__content li:last-child a {
	border-bottom: 1px solid #27272c;
}

.discipline-item__content .btn {
	font-weight: 700;
	font-size: 10px;
	font-size: 1rem;
	position: relative;
	left: -35px;
	display: inline-block;
	padding: 14px 35px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	border-left: none;
	border: 1px solid #6b6b6d;
	color: #fff;
	letter-spacing: 0.3em;
	transition: border 200ms ease;
}

.discipline-item__content .btn span {
	transition: opacity 200ms ease;
	position: relative;
	z-index: 10;
}

.discipline-item__content .btn:before {
	position: absolute;
	width: 56px;
	height: calc(100% + 2px);
	left: -1px;
	top: -1px;
	z-index: 5;
	background: #1d1d23;
	content: '';
}

html:not(.mobile):not(.tablet) .discipline-item__content .btn:hover,
html:not(.mobile):not(.tablet) .discipline-item__content .btn:focus,
.discipline-item__content .btn.on_press {
	border: 1px solid #525253;
}

html:not(.mobile):not(.tablet) .discipline-item__content .btn:hover span,
html:not(.mobile):not(.tablet) .discipline-item__content .btn:focus span,
.discipline-item__content .btn.on_press span {
	opacity: 0.5;
}

.home-slider-wrapper {
	position: relative;
	z-index: 20;
}

.home-slider-wrapper:after {
	position: absolute;
	width: 45%;
	height: 100%;
	top: 0;
	right: 0;
	background: #17171a;
	content: '';
}

.home-slider-wrapper .decorative-img-wrapper {
	position: absolute;
	width: 400px;
	right: 45%;
	top: 40%;
	z-index: 20;
}

.home-slider-wrapper .decorative-img {
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 70%;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.home-slider {
	position: relative;
	z-index: 10;
	padding: 115px 0 0 0;
}

.home-slider .slick-list {
	overflow: visible;
}

.home-slider h2 {
	font-weight: 500;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	left: calc(55% + 85px);
	color: #fff;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	z-index: 10;
	padding: 20px 0 0 0;
}

.home-slider__nav {
	position: absolute;
	left: calc(55% + 85px);
	width: calc(45% - 240px);
	top: 70px;
	z-index: 10;
}

.home-slider__nav ul {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-slider__nav li {
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-bottom: 2px solid #2f2f31;
	height: 20px;
	position: relative;
	cursor: pointer;
	transition: border-color 200ms ease-in-out;
}

.home-slider__nav li.slick-active {
	top: -2px;
	border-bottom: 4px solid #fff;
}

.home-slider__nav li:not(:last-child) {
	margin: 0 4px 0 0;
}

html:not(.mobile):not(.tablet) .home-slider__nav li:not(.slick-active):hover,
html:not(.mobile):not(.tablet) .home-slider__nav li:not(.slick-active):focus,
.home-slider__nav li:not(.slick-active).on_press {
	border-bottom: 2px solid #48484b;
}

.home-slider__nav button {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.home-slider__item {
	position: relative;
	width: 100%;
	color: #fff;
	z-index: 10;
}

.home-slider__item:after {
	clear: both;
	content: '';
	display: table;
}

.home-slider__content {
	display: inline-block;
	float: right;
	padding: 175px 75px 100px 140px;
	width: 45%;
}

.home-slider__content h3 {
	
	font-weight: 700;
	font-style: italic;
	font-size: 24px;
	width: 100%;
	max-width: 430px;
	color: #fff;
	margin: 0 0 70px -70px;
	line-height: 1;
}

.home-slider__content p {
	margin: 0 0 40px 0;
	width: 100%;
	max-width: 350px;
}

.home-slider__content .btn {
	font-weight: 700;
	font-size: 10px;
	font-size: 1rem;
	position: relative;
	left: -35px;
	display: inline-block;
	padding: 14px 35px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	border-left: none;
	border: 1px solid #3f3f41;
	color: #fff;
	letter-spacing: 0.3em;
	transition: border 200ms ease;
}

.home-slider__content .btn span {
	transition: opacity 200ms ease;
	position: relative;
	z-index: 10;
}

.home-slider__content .btn:before {
	position: absolute;
	width: 56px;
	height: calc(100% + 2px);
	left: -1px;
	top: -1px;
	z-index: 5;
	background: #17171a;
	content: '';
}

html:not(.mobile):not(.tablet) .home-slider__content .btn:hover,
html:not(.mobile):not(.tablet) .home-slider__content .btn:focus,
.home-slider__content .btn.on_press {
	border: 1px solid #58585b;
}

html:not(.mobile):not(.tablet) .home-slider__content .btn:hover span,
html:not(.mobile):not(.tablet) .home-slider__content .btn:focus span,
.home-slider__content .btn.on_press span {
	opacity: 0.5;
}

.home-slider__img {
	position: absolute;
	width: 55%;
	height: 110%;
	-ms-transform: translateY(-265px);
	transform: translateY(-265px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.home-slider__count {
	
	font-weight: 700;
	font-style: italic;
	font-size: 40px;
	font-size: 4rem;
	position: absolute;
	top: -120px;
	right: 75px;
	color: #fff;
}

.home-slider__count span {
	font-size: 24px;
	font-size: 2.4rem;
	position: relative;
	color: rgba(255, 255, 255, 0.6);
	padding: 0 0 10px 0;
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.home-slider__count span:after {
	position: absolute;
	height: 1px;
	width: calc(100% + 10px);
	background: #454548;
	bottom: 0;
	left: -5px;
	content: '';
}

.card a {
	display: block;
	/*padding-bottom: 20px;*/
}

.card__img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.card--news a {
	position: relative;
}

.card--news h3 {
	font-size: 20px;
	color: #101012;
	line-height: 1.3;
}

.card--news h3+p {
	margin-top: 20px;
}

.card--news .card__content {
	position: relative;
	z-index: 10;
}

.card--news .card__content,
.card--news .card__img {
	transition: transform 200ms ease-in-out;
}

.card--news .shape {
	position: absolute;
	border: 2px solid #f4f4f4;
	width: 45%;
	right: 40px;
	top: 150px;
	padding-top: 50%;
	opacity: 0.7;
}

html:not(.mobile):not(.tablet) .card--news:hover .card__img,
html:not(.mobile):not(.tablet) .card--news:focus .card__img,
.card--news.on_press .card__img {
	-ms-transform: translateX(-10px) translateY(-10px);
	transform: translateX(-10px) translateY(-10px);
}

html:not(.mobile):not(.tablet) .card--news:hover .card__content,
html:not(.mobile):not(.tablet) .card--news:focus .card__content,
.card--news.on_press .card__content {
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.card--news-alt {
	position: relative;
}

.card--news-alt h3 {
	
	font-size: 22px;
	font-size: 2.2rem;
	color: #101012;
	line-height: 1.2;
}

.card--news-alt h3+p {
	margin-top: 20px;
}

.card--news-alt .card__img {
	padding-top: 60%;
	margin-bottom: 20px;
}

.card--news-alt .card__content {
	position: relative;
	z-index: 10;
}

.card--news-alt .shape {
	position: absolute;
	border: 2px solid #f4f4f4;
	width: 45%;
	right: 20px;
	top: 150px;
	padding-top: 50%;
	opacity: 0.7;
}

.card--news-alt .card__content,
.card--news-alt .card__img {
	transition: transform 200ms ease-in-out;
}

html:not(.mobile):not(.tablet) .card--news-alt:hover .card__img,
html:not(.mobile):not(.tablet) .card--news-alt:focus .card__img,
.card--news-alt.on_press .card__img {
	-ms-transform: translateX(-10px) translateY(-10px);
	transform: translateX(-10px) translateY(-10px);
}

html:not(.mobile):not(.tablet) .card--news-alt:hover .card__content,
html:not(.mobile):not(.tablet) .card--news-alt:focus .card__content,
.card--news-alt.on_press .card__content {
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.card--project .card__title {
	font-family: 'SourceHanSerifCN';
		font-size: 18px;
	color: #666;
	line-height: 1.3;
}

.card--project .card__img {
	padding-top: 56.25%;
}

.card--project .card__cat {
	font-weight: 500;
	font-size: 22px;
	display: inline-block;
	color: #000;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1;
}

.card--project .card__content {
	transition: transform 200ms ease-in-out;
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 25px 32px;
	z-index: 10;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

html:not(.mobile):not(.tablet) .card--project:hover .card__content,
html:not(.mobile):not(.tablet) .card--project:focus .card__content,
.card--project.on_press .card__content {
	-ms-transform: translateX(-20px) translateY(-10px);
	transform: translateX(-20px) translateY(-10px);
}

.card--practice .card__img {
	padding-top: 66%;
}

.card--practice .card__title {
	
	font-size: 18px;
	color: #101012;
	line-height: 1.2;
}

.card--practice .card__cat {
	font-weight: 500;
	font-size: 12px;
	font-size: 1.2rem;
	display: inline-block;
	color: #000;
	margin: 0 0 10px 0;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.card--practice .card__content {
	transition: transform 200ms ease-in-out;
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 25px 25px 25px 0;
	z-index: 10;
	width: 70%;
	margin: -65px 0 0 0;
}

html:not(.mobile):not(.tablet) .card--practice:hover .card__content,
html:not(.mobile):not(.tablet) .card--practice:focus .card__content,
.card--practice.on_press .card__content {
	-ms-transform: translateX(-10px) translateY(-10px);
	transform: translateX(-10px) translateY(-10px);
}

.card--whatson {
	transition: background 200ms ease;
	position: relative;
	color: #fff;
	height: 400px;
	backface-visibility: hidden;
}

.card--whatson a,
.card--whatson h3 {
	color: #fff;
}

.card--whatson a {
	margin: 0 auto;
	transition: background 200ms ease;
	position: relative;
	padding: 90px 30px 24px;
	height: 100%;
	width: 90%;
	max-width: 300px;
	/* width: 300px !important; */
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
	top: 0;
	transition: top 0.28s;
}

.card--whatson a:before {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: 1px;
	z-index: 10;
	background: rgba(255, 255, 255, 0.2);
	content: '';
}

.card--whatson a:hover {
	top: -10px;
}

.indOff_ico {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 68px;
	/* position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.26);
    transform: rotate(45deg); */
}

.indOff_ico img {
	width: 100%;
	/* width: 68%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg); */
}

.indOff_img {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.68s ease-in-out;
}

.indOff_img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.42)
}

.card--whatson a:hover .indOff_img {
	opacity: 1;
}

.card--whatson .card__date,
.card--whatson .card__label {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	display: inline-block;
}

.card--whatson .card__date {
	margin: 0 0 76px 0;
	min-width: 200px;
	position: relative;
	font-size: 14px;
}
.card__content
{
	position: relative;
	width: 92%;
	height: 100%;
}
.card__content_p
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.card--whatson .card__content p{
   /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowrap;;
    text-overflow: ellipsis;
    overflow: hidden;*/
      font-weight: 500;
    margin-top: 5px;
    letter-spacing: 0.25px;
}
.card--whatson .card__label {
	/*position: absolute;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 10;
	backface-visibility: hidden;
	-ms-transform-origin: top left;
	transform-origin: top left;
	bottom: 18px;
	right: -168px;*/
	position: absolute;
    /*-ms-transform: rotate(-90deg);*/
    /* transform: rotate(-90deg); */
    z-index: 10;
    backface-visibility: hidden;
    -ms-transform-origin: top left;
    transform-origin: top left;
    bottom: 18px;
    right: 10px;
    width: 12px;
    font-size: 12px;
    line-height: 1.4;
    word-wrap: break-word;
    text-align: center;
}

.card--whatson .card__title {
	position: absolute;
	font-size: 28px;
	
	line-height: 1.2;
	bottom: 30px;
}

/*.card--fashion-design .card__label {
	right: -175px;
}*/

.card--fashion-design a {
	/* background: #101012; */
	background: #383d4a;
}

html:not(.mobile):not(.tablet) .card--fashion-design a:hover,
html:not(.mobile):not(.tablet) .card--fashion-design a:focus,
.card--fashion-design a.on_press {
	background: #404048;
}

.card--fine-arts a {
	background: #006EAD;
}

html:not(.mobile):not(.tablet) .card--fine-arts a:hover,
html:not(.mobile):not(.tablet) .card--fine-arts a:focus,
.card--fine-arts a.on_press {
	background: #009ADA;
}
/*
.card--interior-design .card__label {
	right: -168px;
}*/

.card--interior-design a {
	background: #383d4a;
}

.card--interior-design a:hover {}

html:not(.mobile):not(.tablet) .card--interior-design a:hover,
html:not(.mobile):not(.tablet) .card--interior-design a:focus,
.card--interior-design a.on_press {
	background: #0c0d10;
}

.card--creative-writing .card__label {
	right: -179px;
}

.card--creative-writing a {
	background: #9c7f65;
}

html:not(.mobile):not(.tablet) .card--creative-writing a:hover,
html:not(.mobile):not(.tablet) .card--creative-writing a:focus,
.card--creative-writing a.on_press {
	background: #7d6651;
}

.card--landing {
	margin: 0 0 45px 0;
}

.card--landing .img-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	width: 100%;
	padding-top: 66%;
	margin: 0 0 20px 0;
	min-height: 175px;
}

.card--landing .img-wrapper:before {
	transition: background 200ms ease;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	top: 0;
	left: 0;
	content: '';
}

.card--landing .card__title {
	font-size: 18px;
	
}

html:not(.mobile):not(.tablet) .card--landing:hover .img-wrapper:before,
html:not(.mobile):not(.tablet) .card--landing:focus .img-wrapper:before,
.card--landing.on_press .img-wrapper:before {
	transition: background 200ms ease;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	top: 0;
	left: 0;
	content: '';
}

.card--text .card__title {
	
	font-size: 20px;
	margin: 0 0 20px 0;
	line-height: 1.3;
}

.card--faculty .card__img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding-top: 140%;
	margin: 0 0 20px 0;
	filter: grayscale(100%);
	transform: translateZ(0);
	overflow: hidden;
}

.card--faculty .card__title {
	transition: color 200ms ease;
	
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0 20px 0;
	line-height: 1.3;
	color: #a0a0a0;
}

.card--faculty .card__expanded {
	display: none;
}

html:not(.mobile):not(.tablet) .card--faculty a:not(.active):hover .card__title,
html:not(.mobile):not(.tablet) .card--faculty a:not(.active):focus .card__title,
.card--faculty a:not(.active).on_press .card__title {
	color: #fff;
}

.card--faculty a {
	position: relative;
	padding-bottom: 40px;
}

.card--faculty a.active:after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	top: 100%;
	left: 0;
	z-index: 5;
	content: '';
}

.card--faculty a.active .card__title {
	color: #fff;
}

.card--faculty.card--expanded {
	position: relative;
	padding: 60px 0 60px 60px;
	clear: both;
	display: inline-block;
}

.card--faculty.card--expanded:before {
	position: absolute;
	width: calc(100% - 60px);
	height: 1px;
	background: #414141;
	top: 0;
	left: 60px;
	content: '';
}

.card--faculty.card--expanded .inner:after {
	clear: both;
	content: '';
	display: table;
}

.card--faculty.card--expanded .card__meta {
	display: inline-block;
	float: left;
	width: 260px;
}

.card--faculty.card--expanded .card__title {
	font-size: 20px;
	
	font-style: italic;
	font-weight: 700;
	color: #fff;
}

.card--faculty.card--expanded .meta__item {
	display: block;
}

.card--faculty.card--expanded .meta__item em {
	font-weight: 700;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.3em;
	font-style: normal;
	display: block;
	color: #fff;
	text-transform: uppercase;
}

.card--faculty.card--expanded .meta__item:not(:last-child) {
	margin: 0 0 20px 0;
}

.card--faculty.card--expanded .card__content {
	display: inline-block;
	float: left;
	width: calc(100% - 280px);
	line-height: 1.7;
}

.card--program:after {
	clear: both;
	content: '';
	display: table;
}

.card--program .card__img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	float: left;
	width: 55%;
	padding-bottom: 35%;
	margin: 0 5% 0 0;
}

.card--program .card__title {
	
	font-size: 20px;
	margin: 0 0 20px 0;
	line-height: 1.3;
}

.card--program .card__content {
	display: inline-block;
	float: left;
	position: relative;
	width: 40%;
}

.card--program p {
	margin: 0 0 30px 0;
}

.card--program .card__btn-wrap:after {
	clear: both;
	content: '';
	display: table;
}

.card--program a {
	display: inline-block;
	float: left;
}

.card--program .btn {
	font-weight: 700;
	font-size: 10px;
	font-size: 1rem;
	position: relative;
	left: -35px;
	display: inline-block;
	padding: 14px 35px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 40px;
	border-left: none;
	border: 1px solid #e1e1dc;
	color: #424242;
	letter-spacing: 0.3em;
	transition: border 200ms ease;
}

.card--program .btn span {
	transition: opacity 200ms ease;
	position: relative;
	z-index: 10;
}

.card--program .btn:before {
	position: absolute;
	width: 56px;
	height: calc(100% + 2px);
	left: -1px;
	top: -1px;
	z-index: 5;
	background: #fff;
	content: '';
}

html:not(.mobile):not(.tablet) .card--program .btn:hover,
html:not(.mobile):not(.tablet) .card--program .btn:focus,
.card--program .btn.on_press {
	border: 1px solid #c9c9c1;
}

html:not(.mobile):not(.tablet) .card--program .btn:hover span,
html:not(.mobile):not(.tablet) .card--program .btn:focus span,
.card--program .btn.on_press span {
	opacity: 0.5;
}

.card--program .link--apply {
	font-weight: 700;
	font-size: 10px;
	font-size: 1rem;
	position: relative;
	display: inline-block;
	padding: 14px 5px;
	text-align: center;
	text-transform: uppercase;
	color: #424242;
	letter-spacing: 0.3em;
}

html:not(.mobile):not(.tablet) .card--program .link--apply:hover,
html:not(.mobile):not(.tablet) .card--program .link--apply:focus,
.card--program .link--apply.on_press {
	color: rgba(66, 66, 66, 0.5);
}

.internal-study-cta {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	background: #121212 url(../images/study-paris-bg.jpg) no-repeat center top 10%;
	letter-spacing: 0.3em;
	padding: 260px 0 160px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 40;
}

.internal-study-cta .heading {
	font-size: 30px;
	
	font-style: italic;
	font-weight: 700;
	color: #fff;
	margin: 0 0 50px 0;
}

.internal-study-cta ul {
	list-style: none;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0 30px;
	text-transform: uppercase;
}

.internal-study-cta ul:after {
	clear: both;
	content: '';
	display: table;
}

.internal-study-cta li {
	display: inline-block;
	position: relative;
}

.internal-study-cta li:not(:first-child) {
	margin: 0 0 0 50px;
}

.internal-study-cta li:not(:first-child):before {
	position: absolute;
	left: -33px;
	content: '•';
}

.internal-study-cta a {
	color: #fff;
}

html:not(.mobile):not(.tablet) .internal-study-cta a:hover,
html:not(.mobile):not(.tablet) .internal-study-cta a:focus,
.internal-study-cta a.on_press {
	color: rgba(255, 255, 255, 0.6);
}

.internal-study-cta .btn-wrapper.btn-wrapper {
	width: 100%;
	display: inline-block;
	padding: 0;
}

.internal-study-cta .btn {
	color: #fff;
}

.courses-cta {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.3em;
	padding: 80px 0 120px;
	text-align: center;
	text-transform: uppercase;
}

.courses-cta ul {
	list-style: none;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0;
}

.courses-cta ul:after {
	clear: both;
	content: '';
	display: table;
}

.courses-cta li {
	display: inline-block;
	float: left;
	position: relative;
}

.courses-cta li:not(:first-child) {
	margin: 0 0 0 50px;
}

.courses-cta li:not(:first-child):before {
	position: absolute;
	left: -28px;
	content: '•';
}

.courses-cta a {
	transition: opacity 200ms ease;
}

html:not(.mobile):not(.tablet) .courses-cta a:hover,
html:not(.mobile):not(.tablet) .courses-cta a:focus,
.courses-cta a.on_press {
	opacity: 0.8;
}

.courses-cta .btn-wrapper {
	width: 100%;
	display: inline-block;
}

.courses-cta-alt {
	position: relative;
	z-index: 40;
}

.courses-cta-alt ul:after {
	clear: both;
	content: '';
	display: table;
}

.courses-cta-alt li {
	display: inline-block;
	float: left;
	width: 25%;
}

.courses-cta-alt a {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: block;
	overflow: hidden;
}

.courses-cta-alt a:before {
	transition: background 200ms ease;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	top: 0;
	left: 0;
	content: '';
}

html:not(.mobile):not(.tablet) .courses-cta-alt a:hover:before,
html:not(.mobile):not(.tablet) .courses-cta-alt a:focus:before,
.courses-cta-alt a.on_press:before {
	transition: background 200ms ease;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	content: '';
}

.courses-cta-alt h3 {
	font-size: 35px;
	font-size: 3.5rem;
	
	font-weight: 700;
	position: relative;
	color: #fff;
	line-height: 1.1;
	padding: 250px 40px 0;
	margin-bottom: 220px;
	z-index: 10;
}

.courses-cta-alt h3:after {
	position: absolute;
	width: 600px;
	height: 1px;
	left: 0;
	bottom: 5px;
	background: rgba(255, 255, 255, 0.2);
	content: '';
}

.shape-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.shape {
	position: absolute;
}

.shape--circle,
.shape--circle-2,
.shape--circle-3 {
	width: 220px;
	height: 220px;
	border-radius: 50%;
}

.shape--circle {
	background: #e5f5f8;
}

.shape--circle-2 {
	background: rgba(104, 182, 221, 0.18);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-ms-transform: rotate(90deg) skew(25deg);
	transform: rotate(-45deg);
	height: 400px;
	width: 300px;
	border-radius: 0;

}

.shape--circle-3 {
	background: #fff;

}

.shape--skew-lge,
.shape--skew-sm {
	background: rgba(104, 182, 221, 0.1);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-ms-transform: rotate(90deg) skew(-25deg);
	transform: rotate(90deg) skew(-25deg);
}

.shape--skew-lge {
	width: 700px;
	height: 500px;
	background: rgba(104, 182, 221, 0.18);
}

.shape--skew-sm {
	height: 300px;
	width: 400px;
}

.shape--square {
	width: 250px;
	height: 230px;
	border: 2px solid #f9f9f9;
}

.hamburger {
	padding: 24px 15px 17px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger-box {
	width: 40px;
	heig                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  